Vcenter NamespaceManagement SupervisorServices Summary

Vcenter NamespaceManagement SupervisorServices Summary
Vcenter NamespaceManagement SupervisorServices Summary

The Vcenter NamespaceManagement SupervisorServices Summary schema contains the basic information about a Supervisor Service version.

This schema was added in vSphere API 7.0.3.0.

JSON Example
{
    "supervisor_service": "string",
    "display_name": "string",
    "state": "string"
}
string
supervisor_service
Required

The identifier of the Supervisor Service.

This property was added in vSphere API 7.0.3.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.SupervisorService. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.SupervisorService.

string
display_name
Required

The human readable name of the Supervisor Service.

This property was added in vSphere API 7.0.3.0.

string
state
Required

The current Vcenter NamespaceManagement SupervisorServices State of the Supervisor Service.

For more information see: Vcenter NamespaceManagement SupervisorServices State.

This property was added in vSphere API 7.0.3.0.